{% extends "layout.html" %} {% block content %}
Time Left: 60s

Take the Quiz


{% for q in questions %}
Q{{ loop.index }}: {{ q['question_text'] }}
{% endfor %}
{% endblock %}